|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
ESP header structure. More...
Public Attributes | |
| int | nextHeader |
| int | paddingLength |
| int | spi |
| int | sequenceNumber |
| int | padding |
| string | encryptionData |
| string | authenticationData |
| EspEncryption | espEncryption |
| EspAuth | espAuthentication |
Public Attributes inherited from Header | |
| Pdu | payload |
ESP header structure.
| string EspHeader::authenticationData |
| string EspHeader::encryptionData |
| EspAuth EspHeader::espAuthentication |
| EspEncryption EspHeader::espEncryption |
| int EspHeader::nextHeader |
| int EspHeader::padding |
| int EspHeader::paddingLength |
| int EspHeader::sequenceNumber |
| int EspHeader::spi |